Package com.cisco.pt.impl
Class IPCEventSubscriptionLTV
java.lang.Object
com.cisco.pt.impl.LTVImpl
com.cisco.pt.impl.IPCEventSubscriptionLTV
- All Implemented Interfaces:
LTV
Encapsulates message to subscribe to IPC Event notification
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected booleanprotected UUIDFields inherited from interface com.cisco.pt.LTV
AUTH_CHALLENGE_TYPE, AUTH_REQUEST_TYPE, AUTH_RESPONSE_TYPE, AUTH_STATUS_TYPE, DISCONNECT_MESSAGE_TYPE, IPC_ERROR_TYPE, IPC_EVENT_SUBSCRIPTION_TYPE, IPC_EVENT_TYPE, IPC_MESSAGE_TYPE, IPC_RESPONSE_TYPE, KEEP_ALIVE_MESSAGE_TYPE, MULTI_USER_MESSAGE_TYPE, NEGOTIATION_MESSAGE_TYPE, PTMP_TYPE_MUCONIN, PTMP_TYPE_MUCONOUT, PTMP_TYPE_MULINKUPDATE, PTMP_TYPE_MULINKUPDATESTATUS, PTMP_TYPE_MUNAMEUPDATE, PTMP_TYPE_MUNEGOREQ, PTMP_TYPE_MUNEGORESP, PTMP_TYPE_MUPDU, PTMP_TYPE_MUPORTADV, PTMP_TYPE_MUSAVENETREQ, PTMP_TYPE_MUSAVENETRESP -
Constructor Summary
ConstructorsConstructorDescriptionIPCEventSubscriptionLTV(String className, UUID uuid, String eventName, boolean subscribe) constructor -
Method Summary
Methods inherited from class com.cisco.pt.impl.LTVImpl
getLength, getMessageId, getNextMessageId, getType, getValue, hasResponse, isEvent, isMuMessage, isResponse, setLength, setType, setValue
-
Field Details
-
className
-
uuid
-
eventName
-
subscribe
protected boolean subscribe
-
-
Constructor Details
-
IPCEventSubscriptionLTV
constructor- Parameters:
className- Stringuuid- UUIDeventName- Stringsubscribe- boolean
-
-
Method Details
-
encodeTypeAndPayload
- Specified by:
encodeTypeAndPayloadin interfaceLTV- Overrides:
encodeTypeAndPayloadin classLTVImpl- Parameters:
buff- The EncodedBuffer that this object should encode itself into
-